2008-05-30 Michael Natterer <mitch@imendio.com>
* gailcellparent.h
* gailfactory.h
* tests/testnotebook.c
* tests/testtext.c
* tests/testtoplevel.c
* tests/testvalues.c: include <atk/atk.h> instead of individual
files from ATK.
svn path=/trunk/; revision=20254
+2008-05-30 Michael Natterer <mitch@imendio.com>
+
+ * gailcellparent.h
+ * gailfactory.h
+ * tests/testnotebook.c
+ * tests/testtext.c
+ * tests/testtoplevel.c
+ * tests/testvalues.c: include <atk/atk.h> instead of individual
+ files from ATK.
+
2008-05-28 Michael Natterer <mitch@imendio.com>
* gailwidget.h: include <gtk/gtk.h> instead of
#ifndef __GAIL_CELL_PARENT_H__
#define __GAIL_CELL_PARENT_H__
-#include <atk/atkobject.h>
-#include <atk/atkutil.h>
+#include <atk/atk.h>
#include <gail/gailcell.h>
G_BEGIN_DECLS
#define _GAIL_FACTORY_H__
#include <glib-object.h>
-#include <atk/atkobject.h>
+#include <atk/atk.h>
#define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \
{ \
#include <glib.h>
#include <atk/atk.h>
-#include <atk/atkselection.h>
#include <gtk/gtk.h>
#include "testlib.h"
-#include <atk/atkeditabletext.h>
+#include <atk/atk.h>
#include "testtextlib.h"
#define NUM_VALID_ROLES 6
#include <atk/atk.h>
-#include <atk/atkvalue.h>
#include <gtk/gtk.h>
#include "testlib.h"
#include <string.h>
#include <atk/atk.h>
-#include <atk/atkvalue.h>
#include <gtk/gtk.h>
static void _traverse_children (AtkObject *obj);